PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardListAttribute Class / setContinuedFrom Method
The PDFStructureElement.getID of the list for which this list is a continuation.
In This Topic
    setContinuedFrom Method
    In This Topic
    Sets the ID of the list.
    Syntax
    public void setContinuedFrom( 
       java.lang.String value
    )

    Parameters

    value
    The PDFStructureElement.getID of the list for which this list is a continuation.
    See Also